projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
693d4c9
)
armv8:ls1012a: Update bootargs for fast-boot
author
Pratiyush Srivastava
<
[email protected]
>
Mon, 10 Oct 2016 13:15:15 +0000
(18:45 +0530)
committer
York Sun
<
[email protected]
>
Mon, 21 Nov 2016 17:20:32 +0000
(09:20 -0800)
Add optimization parameters like "quiet" in bootargs to reduce the system
boot time
Signed-off-by: Pratiyush Mohan Srivastava <
[email protected]
>
Signed-off-by: Harninder Rai <
[email protected]
>
Reviewed-by: York Sun <
[email protected]
>
include/configs/ls1012a_common.h
patch
|
blob
|
history
diff --git
a/include/configs/ls1012a_common.h
b/include/configs/ls1012a_common.h
index 80603c9e467c568252e63d159fd38efe372f7a79..20f0c6143ca7f0feb401aa13892aec5d6b18f953 100644
(file)
--- a/
include/configs/ls1012a_common.h
+++ b/
include/configs/ls1012a_common.h
@@
-110,7
+110,7
@@
"kernel_size=0x2800000\0" \
#define CONFIG_BOOTARGS "console=ttyS0,115200 root=/dev/ram0 " \
- "earlycon=uart8250,mmio,0x21c0500"
+ "earlycon=uart8250,mmio,0x21c0500
quiet lpj=250000
"
#define CONFIG_BOOTCOMMAND "sf probe 0:0; sf read $kernel_load "\
"$kernel_start $kernel_size && "\
"bootm $kernel_load"